runtime.mSpanList.last (field)
12 uses
runtime (current package)
mheap.go#L1850: last *mspan // last span in list, or nil if none
mheap.go#L1856: list.last = nil
mheap.go#L1870: if list.last == span {
mheap.go#L1871: list.last = span.prev
mheap.go#L1896: list.last = span
mheap.go#L1907: span.prev = list.last
mheap.go#L1908: if list.last != nil {
mheap.go#L1910: list.last.next = span
mheap.go#L1915: list.last = span
mheap.go#L1936: other.last.next = list.first
mheap.go#L1937: list.first.prev = other.last
mheap.go#L1941: other.first, other.last = nil, nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)